home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / misc / emu / AWClock.lha / CLOCK.EXE / 0 / RCDATA / TFRMMENUSETTINGS / TFRMMENUSETTINGS.txt < prev   
Encoding:
Text File  |  2001-05-30  |  3.7 KB  |  178 lines

  1. object frmMenuSettings: TfrmMenuSettings
  2.   Left = 460
  3.   Top = 243
  4.   BorderStyle = bsNone
  5.   Caption = 'frmMenuSettings'
  6.   ClientHeight = 114
  7.   ClientWidth = 123
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Shape1: TShape
  18.     Left = 0
  19.     Top = 0
  20.     Width = 123
  21.     Height = 114
  22.   end
  23.   object Shape2: TShape
  24.     Left = 1
  25.     Top = 0
  26.     Width = 121
  27.     Height = 113
  28.   end
  29.   object lblMenuDate: TLabel
  30.     Left = 27
  31.     Top = 2
  32.     Width = 77
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Date'
  36.     Color = clWhite
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentColor = False
  43.     ParentFont = False
  44.     OnMouseMove = lblMenuDateMouseMove
  45.     OnMouseUp = lblMenuDateMouseUp
  46.   end
  47.   object lblMenuSeconds: TLabel
  48.     Left = 26
  49.     Top = 18
  50.     Width = 73
  51.     Height = 13
  52.     AutoSize = False
  53.     Caption = 'Seconds'
  54.     Color = clWhite
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentColor = False
  61.     ParentFont = False
  62.     OnMouseMove = lblMenuSecondsMouseMove
  63.   end
  64.   object lblMenuSetAlarm: TLabel
  65.     Left = 8
  66.     Top = 72
  67.     Width = 81
  68.     Height = 13
  69.     AutoSize = False
  70.     Caption = 'Set Alarm'
  71.     Color = clWhite
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentColor = False
  78.     ParentFont = False
  79.     OnMouseMove = lblMenuSetAlarmMouseMove
  80.     OnMouseUp = lblMenuSetAlarmMouseUp
  81.   end
  82.   object shpLine1: TShape
  83.     Left = 8
  84.     Top = 50
  85.     Width = 95
  86.     Height = 1
  87.     Brush.Style = bsClear
  88.   end
  89.   object lblMenuDigitalFormat: TLabel
  90.     Left = 8
  91.     Top = 33
  92.     Width = 81
  93.     Height = 13
  94.     AutoSize = False
  95.     Caption = 'Digital Format'
  96.     Color = clWhite
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentColor = False
  103.     ParentFont = False
  104.     OnMouseMove = lblMenuDigitalFormatMouseMove
  105.     OnMouseUp = lblMenuDigitalFormatMouseUp
  106.   end
  107.   object lblMenuAlarm: TLabel
  108.     Left = 26
  109.     Top = 53
  110.     Width = 73
  111.     Height = 13
  112.     AutoSize = False
  113.     Caption = 'Alarm'
  114.     Color = clWhite
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = -11
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = [fsBold]
  120.     ParentColor = False
  121.     ParentFont = False
  122.     OnMouseMove = lblMenuAlarmMouseMove
  123.     OnMouseUp = lblMenuAlarmMouseUp
  124.   end
  125.   object shpLine2: TShape
  126.     Left = 8
  127.     Top = 89
  128.     Width = 95
  129.     Height = 1
  130.     Brush.Style = bsClear
  131.   end
  132.   object lblMenuSaveSettings: TLabel
  133.     Left = 8
  134.     Top = 94
  135.     Width = 81
  136.     Height = 13
  137.     AutoSize = False
  138.     Caption = 'Save Settings'
  139.     Color = clWhite
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = [fsBold]
  145.     ParentColor = False
  146.     ParentFont = False
  147.     OnMouseMove = lblMenuSaveSettingsMouseMove
  148.     OnMouseUp = lblMenuSaveSettingsMouseUp
  149.   end
  150.   object imgCheckDate: TImage
  151.     Left = 2
  152.     Top = 5
  153.     Width = 28
  154.     Height = 16
  155.   end
  156.   object imgCheck: TImage
  157.     Left = 87
  158.     Top = 55
  159.     Width = 28
  160.     Height = 16
  161.     Picture.Data = {<image000.bmp>}
  162.     Visible = False
  163.   end
  164.   object imgCheckAlarm: TImage
  165.     Left = 2
  166.     Top = 55
  167.     Width = 28
  168.     Height = 16
  169.     Visible = False
  170.   end
  171.   object imgCheckSeconds: TImage
  172.     Left = 2
  173.     Top = 20
  174.     Width = 28
  175.     Height = 16
  176.   end
  177. end
  178.